add drs server chart#87
Conversation
ADR: Introduce
|
PR Review:
|
|
Signed-off-by: Liam Beckman <lbeckman314@gmail.com>
Signed-off-by: Liam Beckman <lbeckman314@gmail.com>
Review Steps 🌀1. Update➜ cd gen3-helm
➜ git fetch --all
➜ git checkout feature/drs-server
➜ git show --summary --oneline
634d1caf (HEAD -> feature/drs-server, origin/feature/drs-server) factor out fence_url arg into helm chart2. DeployNote Using local Kind cluster from Frontend-Framework
➜ kubectl config current-context
kind-kind-multi-node
➜ helm upgrade --install syfon ./helm/syfon
Release "syfon" does not exist. Installing it now.
NAME: syfon
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
➜ kubectl get pods
NAME READY STATUS RESTARTS
syfon-<POD ID> 0/1 CrashLoopBackOff 4
syfon-postgres-init-<POD ID> 1/1 Running 0
➜ kubectl logs syfon-<POD ID>
level=INFO msg="initializing postgres database" host=syfon-postgresql database=syfon_db
level=ERROR msg="failed to initialize database" err="failed to ping database: dial tcp: lookup syfon-postgresql on 10.96.0.10:53: no such host"Caution Still need to determine why Syfon is unable to connect to the Postgres database... |
Goes with
calypr/git-drs#218
calypr/data-client#32
calypr/syfon#9